home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / roam-and-protect.swf / scripts / DefineButton2_244 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  65 b   |  5 lines

  1. on(release){
  2.    _root.action = "highs";
  3.    _parent.play();
  4. }
  5.